derelict.glib.gdate

Undocumented in source.

Members

Aliases

GDate
alias GDate = _GDate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDateDMY
alias GDateDMY = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDateDay
alias GDateDay = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDateMonth
alias GDateMonth = _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDateWeekday
alias GDateWeekday = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GDateYear
alias GDateYear = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GTime
alias GTime = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_add_days
alias da_g_date_add_days = void function(GDate* date, guint n_days)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_add_months
alias da_g_date_add_months = void function(GDate* date, guint n_months)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_add_years
alias da_g_date_add_years = void function(GDate* date, guint n_years)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_clamp
alias da_g_date_clamp = void function(GDate* date, const(GDate)* min_date, const(GDate)* max_date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_clear
alias da_g_date_clear = void function(GDate* date, guint n_dates)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_compare
alias da_g_date_compare = gint function(const(GDate)* lhs, const(GDate)* rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_days_between
alias da_g_date_days_between = gint function(const(GDate)* date1, const(GDate)* date2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_free
alias da_g_date_free = void function(GDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_day
alias da_g_date_get_day = GDateDay function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_day_of_year
alias da_g_date_get_day_of_year = guint function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_days_in_month
alias da_g_date_get_days_in_month = guint8 function(GDateMonth month, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_iso8601_week_of_year
alias da_g_date_get_iso8601_week_of_year = guint function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_julian
alias da_g_date_get_julian = guint32 function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_monday_week_of_year
alias da_g_date_get_monday_week_of_year = guint function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_monday_weeks_in_year
alias da_g_date_get_monday_weeks_in_year = guint8 function(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_month
alias da_g_date_get_month = GDateMonth function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_sunday_week_of_year
alias da_g_date_get_sunday_week_of_year = guint function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_sunday_weeks_in_year
alias da_g_date_get_sunday_weeks_in_year = guint8 function(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_weekday
alias da_g_date_get_weekday = GDateWeekday function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_get_year
alias da_g_date_get_year = GDateYear function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_is_first_of_month
alias da_g_date_is_first_of_month = gboolean function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_is_last_of_month
alias da_g_date_is_last_of_month = gboolean function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_is_leap_year
alias da_g_date_is_leap_year = gboolean function(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_new
alias da_g_date_new = GDate* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_new_dmy
alias da_g_date_new_dmy = GDate* function(GDateDay day, GDateMonth month, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_new_julian
alias da_g_date_new_julian = GDate* function(guint32 julian_day)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_order
alias da_g_date_order = void function(GDate* date1, GDate* date2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_set_day
alias da_g_date_set_day = void function(GDate* date, GDateDay day)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_set_dmy
alias da_g_date_set_dmy = void function(GDate* date, GDateDay day, GDateMonth month, GDateYear y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_set_julian
alias da_g_date_set_julian = void function(GDate* date, guint32 julian_date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_set_month
alias da_g_date_set_month = void function(GDate* date, GDateMonth month)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_set_parse
alias da_g_date_set_parse = void function(GDate* date, const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_set_time
alias da_g_date_set_time = void function(GDate* date, GTime time_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_set_time_t
alias da_g_date_set_time_t = void function(GDate* date, time_t timet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_set_time_val
alias da_g_date_set_time_val = void function(GDate* date, GTimeVal* timeval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_set_year
alias da_g_date_set_year = void function(GDate* date, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_strftime
alias da_g_date_strftime = gsize function(gchar* s, gsize slen, const(gchar)* format, const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_subtract_days
alias da_g_date_subtract_days = void function(GDate* date, guint n_days)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_subtract_months
alias da_g_date_subtract_months = void function(GDate* date, guint n_months)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_subtract_years
alias da_g_date_subtract_years = void function(GDate* date, guint n_years)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_to_struct_tm
alias da_g_date_to_struct_tm = void function(const(GDate)* date, tm* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_valid
alias da_g_date_valid = gboolean function(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_valid_day
alias da_g_date_valid_day = gboolean function(GDateDay day)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_valid_dmy
alias da_g_date_valid_dmy = gboolean function(GDateDay day, GDateMonth month, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_valid_julian
alias da_g_date_valid_julian = gboolean function(guint32 julian_date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_valid_month
alias da_g_date_valid_month = gboolean function(GDateMonth month)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_valid_weekday
alias da_g_date_valid_weekday = gboolean function(GDateWeekday weekday)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_date_valid_year
alias da_g_date_valid_year = gboolean function(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_1
enum _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_2
enum _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_date_add_days
void g_date_add_days(GDate* date, guint n_days)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_add_months
void g_date_add_months(GDate* date, guint n_months)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_add_years
void g_date_add_years(GDate* date, guint n_years)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_clamp
void g_date_clamp(GDate* date, const(GDate)* min_date, const(GDate)* max_date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_clear
void g_date_clear(GDate* date, guint n_dates)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_compare
gint g_date_compare(const(GDate)* lhs, const(GDate)* rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_days_between
gint g_date_days_between(const(GDate)* date1, const(GDate)* date2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_free
void g_date_free(GDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_day
GDateDay g_date_get_day(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_day_of_year
guint g_date_get_day_of_year(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_days_in_month
guint8 g_date_get_days_in_month(GDateMonth month, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_iso8601_week_of_year
guint g_date_get_iso8601_week_of_year(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_julian
guint32 g_date_get_julian(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_monday_week_of_year
guint g_date_get_monday_week_of_year(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_monday_weeks_in_year
guint8 g_date_get_monday_weeks_in_year(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_month
GDateMonth g_date_get_month(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_sunday_week_of_year
guint g_date_get_sunday_week_of_year(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_sunday_weeks_in_year
guint8 g_date_get_sunday_weeks_in_year(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_weekday
GDateWeekday g_date_get_weekday(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_year
GDateYear g_date_get_year(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_is_first_of_month
gboolean g_date_is_first_of_month(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_is_last_of_month
gboolean g_date_is_last_of_month(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_is_leap_year
gboolean g_date_is_leap_year(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_new
GDate* g_date_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_new_dmy
GDate* g_date_new_dmy(GDateDay day, GDateMonth month, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_new_julian
GDate* g_date_new_julian(guint32 julian_day)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_order
void g_date_order(GDate* date1, GDate* date2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_day
void g_date_set_day(GDate* date, GDateDay day)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_dmy
void g_date_set_dmy(GDate* date, GDateDay day, GDateMonth month, GDateYear y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_julian
void g_date_set_julian(GDate* date, guint32 julian_date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_month
void g_date_set_month(GDate* date, GDateMonth month)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_parse
void g_date_set_parse(GDate* date, const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_time
void g_date_set_time(GDate* date, GTime time_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_time_t
void g_date_set_time_t(GDate* date, time_t timet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_time_val
void g_date_set_time_val(GDate* date, GTimeVal* timeval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_year
void g_date_set_year(GDate* date, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_strftime
gsize g_date_strftime(gchar* s, gsize slen, const(gchar)* format, const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_subtract_days
void g_date_subtract_days(GDate* date, guint n_days)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_subtract_months
void g_date_subtract_months(GDate* date, guint n_months)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_subtract_years
void g_date_subtract_years(GDate* date, guint n_years)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_to_struct_tm
void g_date_to_struct_tm(const(GDate)* date, tm* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid
gboolean g_date_valid(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_day
gboolean g_date_valid_day(GDateDay day)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_dmy
gboolean g_date_valid_dmy(GDateDay day, GDateMonth month, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_julian
gboolean g_date_valid_julian(guint32 julian_date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_month
gboolean g_date_valid_month(GDateMonth month)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_weekday
gboolean g_date_valid_weekday(GDateWeekday weekday)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_year
gboolean g_date_valid_year(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_date_add_days
da_g_date_add_days g_date_add_days;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_add_months
da_g_date_add_months g_date_add_months;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_add_years
da_g_date_add_years g_date_add_years;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_clamp
da_g_date_clamp g_date_clamp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_clear
da_g_date_clear g_date_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_compare
da_g_date_compare g_date_compare;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_days_between
da_g_date_days_between g_date_days_between;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_free
da_g_date_free g_date_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_day
da_g_date_get_day g_date_get_day;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_day_of_year
da_g_date_get_day_of_year g_date_get_day_of_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_days_in_month
da_g_date_get_days_in_month g_date_get_days_in_month;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_iso8601_week_of_year
da_g_date_get_iso8601_week_of_year g_date_get_iso8601_week_of_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_julian
da_g_date_get_julian g_date_get_julian;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_monday_week_of_year
da_g_date_get_monday_week_of_year g_date_get_monday_week_of_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_monday_weeks_in_year
da_g_date_get_monday_weeks_in_year g_date_get_monday_weeks_in_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_month
da_g_date_get_month g_date_get_month;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_sunday_week_of_year
da_g_date_get_sunday_week_of_year g_date_get_sunday_week_of_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_sunday_weeks_in_year
da_g_date_get_sunday_weeks_in_year g_date_get_sunday_weeks_in_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_weekday
da_g_date_get_weekday g_date_get_weekday;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_year
da_g_date_get_year g_date_get_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_is_first_of_month
da_g_date_is_first_of_month g_date_is_first_of_month;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_is_last_of_month
da_g_date_is_last_of_month g_date_is_last_of_month;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_is_leap_year
da_g_date_is_leap_year g_date_is_leap_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_new
da_g_date_new g_date_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_new_dmy
da_g_date_new_dmy g_date_new_dmy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_new_julian
da_g_date_new_julian g_date_new_julian;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_order
da_g_date_order g_date_order;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_day
da_g_date_set_day g_date_set_day;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_dmy
da_g_date_set_dmy g_date_set_dmy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_julian
da_g_date_set_julian g_date_set_julian;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_month
da_g_date_set_month g_date_set_month;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_parse
da_g_date_set_parse g_date_set_parse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_time
da_g_date_set_time g_date_set_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_time_t
da_g_date_set_time_t g_date_set_time_t;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_time_val
da_g_date_set_time_val g_date_set_time_val;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_year
da_g_date_set_year g_date_set_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_strftime
da_g_date_strftime g_date_strftime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_subtract_days
da_g_date_subtract_days g_date_subtract_days;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_subtract_months
da_g_date_subtract_months g_date_subtract_months;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_subtract_years
da_g_date_subtract_years g_date_subtract_years;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_to_struct_tm
da_g_date_to_struct_tm g_date_to_struct_tm;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid
da_g_date_valid g_date_valid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_day
da_g_date_valid_day g_date_valid_day;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_dmy
da_g_date_valid_dmy g_date_valid_dmy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_julian
da_g_date_valid_julian g_date_valid_julian;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_month
da_g_date_valid_month g_date_valid_month;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_weekday
da_g_date_valid_weekday g_date_valid_weekday;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_year
da_g_date_valid_year g_date_valid_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GDate
struct _GDate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta